diff --git a/debian/control b/debian/control index 722befe29..ade55b4a9 100644 --- a/debian/control +++ b/debian/control @@ -1,38 +1,36 @@ Source: swh-web-ui Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, libjs-cryptojs, - libjs-jquery-datatables, libjs-jquery-flot, libjs-jquery-flot-tooltip, python3-all, python3-blinker, python3-docutils, python3-flask-limiter, python3-flask-testing, python3-hiredis, python3-nose, python3-pygments, python3-redis, python3-setuptools, python3-swh.core (>= 0.0.20~), python3-swh.storage (>= 0.0.77~), python3-vcversioner, python3-yaml Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DWUI/ Package: python3-swh.web.ui Architecture: all Depends: libjs-cryptojs, - libjs-jquery-datatables, libjs-jquery-flot, libjs-jquery-flot-tooltip, python3-swh.core (>= 0.0.20~), python3-swh.storage (>= 0.0.77~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Web UI diff --git a/requirements.txt b/requirements.txt index 548042bbf..bbe969991 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,23 @@ # Add here external Python modules dependencies, one per line. Module names # should match https://pypi.python.org/pypi names. For the full spec or # dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html # Runtime dependencies Flask Flask_Limiter swh.core >= 0.0.20 swh.storage >= 0.0.77 dateutil docutils pygments redis hiredis # Test dependencies #Flask-Testing #blinker # Non-Python dependencies #libjs-cryptojs #libjs-jquery-flot #libjs-jquery-flot-tooltip -#libjs-jquery-datatables diff --git a/swh/web/ui/static/css/jquery.dataTables.min.css b/swh/web/ui/static/css/jquery.dataTables.min.css deleted file mode 120000 index aff907d75..000000000 --- a/swh/web/ui/static/css/jquery.dataTables.min.css +++ /dev/null @@ -1 +0,0 @@ -/usr/share/javascript/jquery-datatables/css/jquery.dataTables.min.css \ No newline at end of file diff --git a/swh/web/ui/static/lib/jquery.dataTables.min.js b/swh/web/ui/static/lib/jquery.dataTables.min.js deleted file mode 120000 index 49a3a5bc2..000000000 --- a/swh/web/ui/static/lib/jquery.dataTables.min.js +++ /dev/null @@ -1 +0,0 @@ -/usr/share/javascript/jquery-datatables/jquery.dataTables.min.js \ No newline at end of file diff --git a/swh/web/ui/templates/layout.html b/swh/web/ui/templates/layout.html index b5ccd1f71..a533fa2ef 100644 --- a/swh/web/ui/templates/layout.html +++ b/swh/web/ui/templates/layout.html @@ -1,82 +1,83 @@ {% block title %}{% endblock %} + + + - -

{{ self.title() }}

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
back to top